Add Cicada multi-agent orchestrator skill 🤖🤖🤖#1374
Add Cicada multi-agent orchestrator skill 🤖🤖🤖#1374lewiswigmore wants to merge 3 commits intogithub:stagedfrom
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
🔍 Skill Validator Results2 resource(s) checked | ✅ All checks passed Full output |
There was a problem hiding this comment.
Pull request overview
Adds a new Agent Skill (“cicada”) that documents and links to an external multi-agent orchestrator for GitHub Copilot CLI on Windows.
Changes:
- Introduces a new
skills/cicada/skill with YAML frontmatter and usage/installation guidance. - Documents Cicada’s multi-agent roles and MCP-based coordination model.
- Links to the upstream Cicada repository and installation guide.
| ## Links | ||
|
|
||
| - [Repository](https://github.com/lewiswigmore/cicada) | ||
| - [Installation Guide](https://github.com/lewiswigmore/cicada/blob/master/INSTALL.md) |
There was a problem hiding this comment.
Since this PR adds a new skill folder, the generated skills index should be updated as well. Per CONTRIBUTING.md ("Validate and update docs"), please run the skill build/validate step and commit the resulting update so docs/README.skills.md includes an entry for cicada in the skills table.
Run npm start to regenerate docs/README.skills.md Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
utkarsh232005
left a comment
There was a problem hiding this comment.
please run npm build to add skill indexing on the readme
|
Skills that just clone an external repo and run commands from it represent a security supply chain risk. |
Cicada — Multi-Agent Copilot CLI Orchestrator
Repository: https://github.com/lewiswigmore/cicada
What is Cicada?
Cicada is a PowerShell + Python orchestrator that launches a team of specialized GitHub Copilot CLI agents in Windows Terminal. Each agent has a defined role (PM, Engineer, Reviewer, Tester) and they collaborate through a shared MCP coordination server.
Why it's useful
Category
Submitting as a Skill — Cicada provides a specialized multi-agent orchestration capability for Copilot CLI users on Windows.
Checklist